~ubuntu-branches/ubuntu/hardy/gnome-commander/hardy

« back to all changes in this revision

Viewing changes to data/gnome-commander.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-06-13 15:39:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060613153948-gvrt3mb2ddk5u62o
Tags: 1.2.0-3
added --disable-scrollkeeper on build

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Release number can be specified with rpm --define 'rel SOMETHING' ...
 
2
# If no such --define is used, the release number is 1.
 
3
#
 
4
# Source archive's extension can be specified with rpm --define 'srcext .foo'
 
5
# where .foo is the source archive's actual extension.
 
6
# To compile an RPM from a .gz source archive, give the command
 
7
#   rpmbuild -tb --define 'srcext .gz' @PACKAGE@-@VERSION@.tar.gz
 
8
#
 
9
 
 
10
%if %{?rel:0}%{!?rel:1}
 
11
%define rel 1
 
12
%endif
 
13
%if %{?srcext:0}%{!?srcext:1}
 
14
%define srcext .bz2
 
15
%endif
 
16
 
 
17
Name:          @PACKAGE@
 
18
Version:       @VERSION@
 
19
Release:       %{rel}
 
20
Summary:       GNOME Commander is a nice and fast file manager for the GNOME desktop. 
 
21
Summary(pl):   Menadżer plików dla GNOME oparty o Norton Commander'a (TM)
 
22
Summary(sv):   GNOME Commander är en snabb och smidig filhanderare för GNOME.
 
23
 
 
24
Group:         Applications/File
 
25
License:       GPL2
 
26
URL:           http://www.freesoftware.fsf.org/gcmd/
 
27
Source0:       http://freesoftware.fsf.org/download/gcmd/gcmd.pkg/@VERSION@/@PACKAGE@-@VERSION@.tar%{srcext}
 
28
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
29
BuildRequires: scrollkeeper gettext >= 0.10.36
 
30
Requires:      gtk2 >= 2.6
 
31
Requires:      gnome-vfs2 >= 2.0
 
32
BuildRequires: gnome-vfs2-devel >= 2.0
 
33
Requires:      libgnomeui >= 2.0
 
34
BuildRequires: libgnomeui-devel >= 2.0
 
35
BuildRequires: intltool
 
36
BuildRequires: gnome-doc-utils >= 0.3.2
 
37
 
 
38
Distribution:  Any
 
39
 
 
40
%description
 
41
GNOME Commander is a nice and fast file manager for the GNOME desktop. In addition to performing the basic filemanager functions the program is also an FTP-client and it can browse SMB-networks.
 
42
 
 
43
%description -l pl
 
44
GNOME Commander to menadżer plików, który podobnie jak klasyczny Norton Commander (TM), umożliwia wykonywanie za pomocą klawiatury wszystkich standardowych operacji na plikach. Dostępne są również dodatkowe funkcje jak np. obsługa FTP.
 
45
 
 
46
%description -l sv
 
47
GNOME Commander är en snabb och smidig filhanderare för GNOME. Utöver att kunna hantera filer på din egen dator så kan programmet även ansluta till FTP-servrar och SMB-nätverk.
 
48
 
 
49
%prep
 
50
%setup -q
 
51
 
 
52
%build
 
53
%configure 
 
54
%{__make} %{?_smp_mflags}
 
55
 
 
56
%install
 
57
%{__rm} -rf %{buildroot}
 
58
%makeinstall
 
59
 
 
60
%find_lang %{name}
 
61
    
 
62
%clean
 
63
%{__rm} -rf %{buildroot}
 
64
 
 
65
%files -f %{name}.lang
 
66
%defattr(-,root,root,-)
 
67
%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO doc/*.txt
 
68
%doc %{_mandir}/man1/@PACKAGE@.1*
 
69
%{_bindir}/*
 
70
%{_libdir}/@PACKAGE@/lib*
 
71
%{_libdir}/@PACKAGE@/plugins/lib*
 
72
%{_datadir}/applications/@PACKAGE@.desktop
 
73
%{_datadir}/gnome/help/@PACKAGE@/*
 
74
%{_datadir}/omf
 
75
%{_datadir}/pixmaps
 
76
 
 
77
%changelog
 
78
* Sun Apr 9 2006 Piotr Eljasiak <epiotr@use.pl>
 
79
- minor cleanups
 
80
 
 
81
* Thu Mar 5 2006 Piotr Eljasiak <epiotr@use.pl>
 
82
- added OMF files
 
83
 
 
84
* Mon Feb 13 2006 Piotr Eljasiak <epiotr@use.pl>
 
85
- install @PACKAGE@ icon to %{_datadir}/pixmaps/
 
86
- install @PACKAGE@.1* to %{_mandir}/man1/
 
87
 
 
88
* Sat Feb 11 2006 Piotr Eljasiak <epiotr@use.pl>
 
89
- set default srcext to .bz2
 
90
 
 
91
* Fri Jan 28 2005 Piotr Eljasiak <epiotr@use.pl>
 
92
- fixed typo: rpm --> rpmbuild
 
93
 
 
94
* Mon May 03 2004 Piotr Eljasiak <epiotr@use.pl>
 
95
- converted spec file to utf-8
 
96
- used RPM macros a bit more
 
97
 
 
98
* Thu Jun 19 2003 Piotr Eljasiak <epiotr@use.pl>
 
99
- added libraries
 
100
 
 
101
* Tue Mar 25 2003 Piotr Eljasiak <epiotr@use.pl>
 
102
- updated Sources
 
103
 
 
104
* Mon Jan 20 2003 Piotr Eljasiak <epiotr@use.pl>
 
105
- added build dependencies
 
106
 
 
107
* Fri Jan 10 2003 Piotr Eljasiak <epiotr@use.pl>
 
108
- added localization
 
109
 
 
110
* Thu Jan 09 2003 Piotr Eljasiak <epiotr@use.pl>
 
111
- added dependencies
 
112
 
 
113
* Mon Jun 24 2002 Piotr Eljasiak <epiotr@use.pl>
 
114
- more cleanup in install section 
 
115
 
 
116
* Sat Jun 15 2002 Piotr Eljasiak <epiotr@use.pl>
 
117
- simplified install and files sections
 
118
 
 
119
* Mon Jun 10 2002 Piotr Eljasiak <epiotr@use.pl>
 
120
- .spec file is now generated from .spec.in
 
121
 
 
122
* Mon Jun 10 2002 Marcus Bjurman <marbj499@student.liu.se>
 
123
- The default icon for this project is now called gnome-commander.png
 
124
  The xpm variant of the same icon is now also renamed in the same manner.
 
125
 
 
126
* Sat Mar  9 2002 Marcus Bjurman <marbj499@student.liu.se>
 
127
- Pumped up the version nr
 
128
 
 
129
* Sun Nov  4 2001 Marcus Bjurman <marbj499@student.liu.se>
 
130
- Initial build.