SPECS: themekreator.spec - small fixes, doesn't build

blues blues at pld-linux.org
Sun Jan 20 13:09:12 CET 2008


Author: blues                        Date: Sun Jan 20 12:09:12 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- small fixes, doesn't build

---- Files affected:
SPECS:
   themekreator.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/themekreator.spec
diff -u SPECS/themekreator.spec:1.1 SPECS/themekreator.spec:1.2
--- SPECS/themekreator.spec:1.1	Sun Jan 20 12:56:10 2008
+++ SPECS/themekreator.spec	Sun Jan 20 13:09:07 2008
@@ -3,10 +3,11 @@
 Name:		themekreator
 Version:	0.3
 Release:	0.1
-License:	GPL
+License:	GPL v2
 Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/themekreator/%{name}-%{version}.tar.gz
+# Source0-md5:	323c95e65ccd9a94eba29039fd7b2e48
 URL:		http://www.matthiaswetzka.de/themekreator.en.php
-Source0:	%{_tmppath}/%{name}-%{PACKAGE_VERSION}.tar.gz
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -15,31 +16,36 @@
 
 %prep
 %setup -q
-CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=%{_prefix} --disable-debug --enable-debug=no
+%configure
 
 %build
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
-/
+%doc AUTHORS ChangeLog NEWS README TODO
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-01-20 12:09:07  blues
+- small fixes, doesn't build
+
 Revision 1.1  2008-01-20 11:56:10  blues
 - raw adaterized...
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/themekreator.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list