OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 28-Nov-2003 15:07:22
Branch: HEAD Handle: 2003112814072002
Modified files:
openpkg-src/libglade libglade.spec
openpkg-web news.txt
Log:
modifying package: libglade-2.0.1 20031120 -> 20031128
Summary:
Revision Changes Path
1.3 +27 -22 openpkg-src/libglade/libglade.spec
1.7590 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libglade/libglade.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 libglade.spec
--- openpkg-src/libglade/libglade.spec 20 Nov 2003 15:17:26 -0000 1.2
+++ openpkg-src/libglade/libglade.spec 28 Nov 2003 14:07:22 -0000 1.3
@@ -23,35 +23,40 @@
## SUCH DAMAGE.
##
+# package version
+%define V_major 2.0
+%define V_minor 1
+
# package information
Name: libglade
-Summary: Glade Interface File Interface
-URL: http://www.daa.com.au/~james/gnome/
+Summary: GLADE Interface File Interface
+URL: http://www.daa.com.au/~james/software/libglade/
Vendor: James Henstridge
Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL]
Group: Development
License: LGPL
-Version: 2.0.1
-Release: 20031120
+Version: %{V_major}.%{V_minor}
+Release: 20031128
# list of sources
-Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/libglade/2.0/libglade-%{version}.tar.bz2
+Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/libglade/%{V_major}/libglade-%{version}.tar.bz2
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, gtk2, libxml
-PreReq: OpenPKG, openpkg >= 20030103, gtk2, libxml
+BuildPreReq: OpenPKG, openpkg >= 20030103, pkgconfig, gtk2, libxml
+PreReq: OpenPKG, openpkg >= 20030103, pkgconfig, gtk2, libxml
AutoReq: no
AutoReqProv: no
%description
- Libglade is a library that performs a similar job to the C source output
- routines in the GLADE user interface builder. Whereas GLADE's output
- routines create C source code that must be compiled, libglade builds the
- interface from an XML file (GLADE's save format) at runtime. This can
- allow modifying the user interface without recompiling.
+ Libglade is a library that performs a similar job to the C source
+ output routines in the GLADE user interface builder. Whereas GLADE's
+ output routines create C source code that must be compiled, libglade
+ builds the interface from an XML file (GLADE's native save format)
+ at runtime. This can allow modifying the user interface without
+ recompiling.
%prep
%setup -q
@@ -71,25 +76,25 @@
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/include/glade \
$RPM_BUILD_ROOT%{l_prefix}/lib/pkgconfig \
- $RPM_BUILD_ROOT%{l_prefix}/share/libglade/xml
+ $RPM_BUILD_ROOT%{l_prefix}/share/libglade
%{l_shtool} install -c -m 644 \
- glade/*.h \
- $RPM_BUILD_ROOT%{l_prefix}/include/glade/
+ glade/*.h $RPM_BUILD_ROOT%{l_prefix}/include/glade/
%{l_shtool} install -c -m 644 \
- glade/.libs/libglade-2.0.a \
+ glade/.libs/libglade-%{V_major}.a \
$RPM_BUILD_ROOT%{l_prefix}/lib/libglade.a
%{l_shtool} install -c -m 755 \
- glade/.libs/libglade-2.0.la \
+ glade/.libs/libglade-%{V_major}.la \
$RPM_BUILD_ROOT%{l_prefix}/lib/libglade.la
%{l_shtool} install -c -m 644 \
-e 's;-lglade-2.0;-lglade;' \
-e 's;libglade-2.0;libglade;' \
- *.pc \
- $RPM_BUILD_ROOT%{l_prefix}/lib/pkgconfig/
+ libglade-*.pc $RPM_BUILD_ROOT%{l_prefix}/lib/pkgconfig/
%{l_shtool} install -c -m 644 \
- glade-2.0.dtd \
- $RPM_BUILD_ROOT%{l_prefix}/share/libglade/xml/
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+ glade-*.dtd \
+ $RPM_BUILD_ROOT%{l_prefix}/share/libglade/
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
+ %{l_files_std} \
+ '%not %dir %{l_prefix}/lib/pkgconfig'
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7589 -r1.7590 news.txt
--- openpkg-web/news.txt 28 Nov 2003 11:43:48 -0000 1.7589
+++ openpkg-web/news.txt 28 Nov 2003 14:07:20 -0000 1.7590
@@ -1,3 +1,4 @@
+28-Nov-2003: Upgraded package: P<libglade-2.0.1-20031128>
28-Nov-2003: New package: P<irrtoolset-4.8.1-20031128>
28-Nov-2003: Upgraded package: P<screen-3.9.13-1.2.1>
28-Nov-2003: Upgraded package: P<screen-3.9.15-1.3.1>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]