rpms/crystal/devel crystal.spec,1.2,1.3 needs.rebuild,1.1,NONE

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Sat Sep 2 10:27:20 UTC 2006


Author: chitlesh

Update of /cvs/extras/rpms/crystal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27662/devel

Modified Files:
	crystal.spec 
Removed Files:
	needs.rebuild 
Log Message:
auto-import crystal-1.0.1-3 on branch devel from crystal-1.0.1-3.src.rpm


Index: crystal.spec
===================================================================
RCS file: /cvs/extras/rpms/crystal/devel/crystal.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crystal.spec	27 Jun 2006 12:29:59 -0000	1.2
+++ crystal.spec	2 Sep 2006 10:27:20 -0000	1.3
@@ -1,23 +1,23 @@
 %{?!_icondir:%define _icondir   %{_datadir}/icons}
 %{?!theme:%define theme %{name}}
 
-Name:  	 crystal
-Version: 1.0.1
-Release: 2%{?dist}
-Summary: KDE window decoration
-
-License: GPL
-URL:	 http://www.kde-look.org/content/show.php?content=13969
-Source:	 http://www.kde-look.org/content/files/13969-%{name}-%{version}.tar.bz2
-Group: 	 User Interface/Desktops
+Name:          crystal
+Version:       1.0.1
+Release:       3%{?dist}
+Summary:       KDE window decoration
+
+License:       GPL
+URL:           http://www.kde-look.org/content/show.php?content=13969
+Source:        http://www.kde-look.org/content/files/13969-%{name}-%{version}.tar.bz2
+Group:         User Interface/Desktops
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: kdebase-devel >= 6:3.5, qt-devel >= 3.3
-Requires: kdebase
+Requires:      kdebase
 
 %description
-Crystal is a kwin window decoration theme, which offers you (pseudo) 
-TRANSPARENT titlebar, buttons and borders. It also has some little 
+Crystal is a kwin window decoration theme, which offers you (pseudo)
+TRANSPARENT titlebar, buttons and borders. It also has some little
 usuability enhancements.
 
 %prep
@@ -28,11 +28,11 @@
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 
@@ -45,7 +45,10 @@
 %{_libdir}/kde3/kwin*_%{theme}*.*
 
 
-%changelog
+%Changelog
+* Sat Sep 02 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 1.0.1-3
+- Rebuild for FC6-devel
+
 * Tue Jun 27 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 1.0.1-2
 - added qt-devel as BR
 - dropping QTINC, QTLIB from %%build


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list