Author: aredridel                    Date: Sun Oct 30 03:35:36 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- GPL license
- clean up template spec leftovers

---- Files affected:
SPECS:
   osb-browser.spec (1.1 -> 1.2) , osb-jscore.spec (1.2 -> 1.3) , 
osb-nrcit.spec (1.1 -> 1.2) , osb-nrcore.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/osb-browser.spec
diff -u SPECS/osb-browser.spec:1.1 SPECS/osb-browser.spec:1.2
--- SPECS/osb-browser.spec:1.1  Sun Oct 30 02:24:23 2005
+++ SPECS/osb-browser.spec      Sun Oct 30 04:35:31 2005
@@ -4,7 +4,7 @@
 Name:          osb-browser
 Version:       0.5.0
 Release:       0.1
-License:       GPL?
+License:       GPL
 Group:         Development/Libraries
 Source0:       http://dl.sourceforge.net/gtk-webcore/%{name}-%{version}.tar.gz
 # Source0-md5: 4dad43f6e1291dfefaec6e9209928a0d
@@ -65,6 +65,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/10/30 03:35:31  aredridel
+- GPL license
+- clean up template spec leftovers
+
 Revision 1.1  2005/10/30 01:24:23  aredridel
 - added
 

================================================================
Index: SPECS/osb-jscore.spec
diff -u SPECS/osb-jscore.spec:1.2 SPECS/osb-jscore.spec:1.3
--- SPECS/osb-jscore.spec:1.2   Sun Oct 30 01:36:00 2005
+++ SPECS/osb-jscore.spec       Sun Oct 30 04:35:31 2005
@@ -13,25 +13,6 @@
 Source0:       http://dl.sourceforge.net/gtk-webcore/%{name}-%{version}.tar.gz
 # Source0-md5: 969cda923c419e35a319911b30b1d4b8
 URL:           http://gtk-webcore.sourceforge.net/
-%if %{with initscript}
-BuildRequires: rpmbuild(macros) >= 1.228
-Requires(post,preun):  /sbin/chkconfig
-%endif
-#BuildRequires:        -
-#BuildRequires:        autoconf
-#BuildRequires:        automake
-#BuildRequires:        libtool
-#Requires(postun):     -
-#Requires(pre,post):   -
-#Requires(preun):      -
-#Requires:     -
-#Provides:     group(foo)
-#Provides:     user(foo)
-#Provides:     -
-#Obsoletes:    -
-#Conflicts:    -
-#BuildArch:    noarch
-#ExclusiveArch:        %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -58,27 +39,11 @@
 %setup -q
 
 %build
-# if ac/am/* rebuilding is necessary, do it in this order and add
-# appropriate BuildRequires
-#%%{__gettextize}
-#%%{__libtoolize}
-#%%{__aclocal}
-#%%{__autoconf}
-#%%{__autoheader}
-#%%{__automake}
-#cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
-#%{__make} \
-#      CFLAGS="%{rpmcflags}" \
-#      LDFLAGS="%{rpmldflags}"
-
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -103,35 +68,16 @@
 %files static
 %{_libdir}/libjscore.a
 
-%if 0
-# if _sysconfdir != /etc:
-#%%dir %{_sysconfdir}
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
-%endif
-
-# initscript and its config
-%if %{with initscript}
-%attr(754,root,root) /etc/rc.d/init.d/%{name}
-%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
-%endif
-
-#%{_examplesdir}/%{name}-%{version}
-
-%if %{with subpackage}
-%files subpackage
-%defattr(644,root,root,755)
-#%doc extras/*.gz
-#%{_datadir}/%{name}-ext
-%endif
-
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/10/30 03:35:31  aredridel
+- GPL license
+- clean up template spec leftovers
+
 Revision 1.2  2005/10/29 23:36:00  aredridel
 - added missing .so to devel
 

================================================================
Index: SPECS/osb-nrcit.spec
diff -u SPECS/osb-nrcit.spec:1.1 SPECS/osb-nrcit.spec:1.2
--- SPECS/osb-nrcit.spec:1.1    Sun Oct 30 02:19:34 2005
+++ SPECS/osb-nrcit.spec        Sun Oct 30 04:35:31 2005
@@ -4,7 +4,7 @@
 Name:          osb-nrcit
 Version:       0.5.0
 Release:       0.1
-License:       GPL?
+License:       GPL
 Group:         Development/Libraries
 Source0:       http://dl.sourceforge.net/gtk-webcore/%{name}-%{version}.tar.gz
 # Source0-md5: b02f4a0dcaac722ad7cdc112db964df4
@@ -39,15 +39,6 @@
 %patch0 -p1 
 
 %build
-# if ac/am/* rebuilding is necessary, do it in this order and add
-# appropriate BuildRequires
-#%%{__gettextize}
-#%%{__libtoolize}
-#%%{__aclocal}
-#%%{__autoconf}
-#%%{__autoheader}
-#%%{__automake}
-#cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
@@ -83,6 +74,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/10/30 03:35:31  aredridel
+- GPL license
+- clean up template spec leftovers
+
 Revision 1.1  2005/10/30 01:19:34  aredridel
 - added
 

================================================================
Index: SPECS/osb-nrcore.spec
diff -u SPECS/osb-nrcore.spec:1.1 SPECS/osb-nrcore.spec:1.2
--- SPECS/osb-nrcore.spec:1.1   Sun Oct 30 02:04:28 2005
+++ SPECS/osb-nrcore.spec       Sun Oct 30 04:35:31 2005
@@ -4,7 +4,7 @@
 Name:          osb-nrcore
 Version:       0.5.0
 Release:       0.1
-License:       GPL?
+License:       GPL
 Group:         Development/Libraries
 Source0:       http://dl.sourceforge.net/gtk-webcore/%{name}-%{version}.tar.gz
 # Source0-md5: 16d9a9a322025cae1a7fe8225690695a
@@ -37,27 +37,12 @@
 %setup -q
 
 %build
-# if ac/am/* rebuilding is necessary, do it in this order and add
-# appropriate BuildRequires
-#%%{__gettextize}
-#%%{__libtoolize}
-#%%{__aclocal}
-#%%{__autoconf}
-#%%{__autoheader}
-#%%{__automake}
-#cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
-#%{__make} \
-#      CFLAGS="%{rpmcflags}" \
-#      LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -94,6 +79,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/10/30 03:35:31  aredridel
+- GPL license
+- clean up template spec leftovers
+
 Revision 1.1  2005/10/30 01:04:28  aredridel
 - added
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/osb-browser.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SPECS/osb-jscore.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/osb-nrcit.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SPECS/osb-nrcore.spec?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to