SPECS: osb-browser.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Sun Oct 30 02:24:28 CET 2005
Author: aredridel Date: Sun Oct 30 01:24:28 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
osb-browser.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/osb-browser.spec
diff -u /dev/null SPECS/osb-browser.spec:1.1
--- /dev/null Sun Oct 30 02:24:28 2005
+++ SPECS/osb-browser.spec Sun Oct 30 02:24:23 2005
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+#
+Summary: GTK-Webcore Browser
+Name: osb-browser
+Version: 0.5.0
+Release: 0.1
+License: GPL?
+Group: Development/Libraries
+Source0: http://dl.sourceforge.net/gtk-webcore/%{name}-%{version}.tar.gz
+# Source0-md5: 4dad43f6e1291dfefaec6e9209928a0d
+URL: http://gtk-webcore.sourceforge.net/
+BuildRequires: gtk+2-devel
+BuildRequires: osb-jscore-devel
+BuildRequires: osb-nrcore-devel
+BuildRequires: osb-nrcit-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GTK Webcore Browser.
+
+%prep
+%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
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/osb-browser
+%{_datadir}/%{name}
+
+%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.1 2005/10/30 01:24:23 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list