]> git.pld-linux.org Git - packages/gcombust.git/commitdiff
- release 2, gcombust-0_1_29-2
authorkloczek <kloczek@pld-linux.org>
Mon, 6 Mar 2000 03:52:20 +0000 (03:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added BuildRequires rules,
- gettext fixes (added BuildRequires: gettext-devel and added "gettextize
  --copy --force" on top %build),
- cut %chngelog.

Changed files:
    gcombust.spec -> 1.9

gcombust.spec

index 18ce70d929d8665ed1fb3c62bab16209fd706885..69ab8e7030dacbd572380f85614625df4d83d14b 100644 (file)
@@ -1,15 +1,19 @@
 Summary:       gcombust is a GTK+ frontend for mksisofs and cdrecord.
 Name:          gcombust
 Version:       0.1.29
-Release:       1
+Release:       2
 License:       GPL
-Group:         Applications/Archiving
-URL:           http://www.iki.fi/jmunsin/gcombust
+Group:         Utilities/Archiving
+Group(pl):     Narzêdzia/Archiwizacja
 Vendor:                Jonas Munsin <jmunsin@iki.fi>
-Source:                %{name}-%{version}.tar.gz
+Source:                http://www.abo.fi/~jmunsin/gcombust/%{name}-%{version}.tar.gz
 Patch0:                gcombust-opt.patch
 Patch1:                gcombust-home_etc.patch
-Requires:      gtk+ >= 1.2.0, cdrecord, mkisofs, cdlabelgen >= 1.1.3
+Icon:          gcombust.xpm
+URL:           http://www.iki.fi/jmunsin/gcombust/
+BuildRequires: gettext-devel
+BuildRequires: gtk+-devel >= 1.2.0
+Requires:      cdrecord, mkisofs, cdlabelgen >= 1.1.3
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %define                _prefix         /usr/X11R6
@@ -28,14 +32,16 @@ very well and that some parts of the code isn't written.
 %patch1 -p1
 
 %build
+gettextize --copy --force
+LDFLAGS="-s"; export LDFLAGS
 %configure
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/pixmaps}
+install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps
 
-make install-strip DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
 
 install %{name}.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
 
This page took 0.03398 seconds and 4 git commands to generate.