Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
2005-04-23 Al Riddoch <alriddoch@zepler.org>
Browse files Browse the repository at this point in the history
	* AUTHORS: Update AUTHORS file to reflect the current maintainers.

	* NEWS: Add new item for 0.6.3 release.

	* varconf.spec.in: Remove BuildRequires as it doesn't have any real
	  requirements. Some cleanups.
  • Loading branch information
alriddoch committed Apr 23, 2005
1 parent 901136e commit 6a76782
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Current Maintainers:
====================
Al Riddoch <alriddoch@zepler.org>
James Turner <james@worldforge.org>

Past Maintainers:
====================
Michael Koch <konqueror@gmx.de>

Original authors:
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2005-04-23 Al Riddoch <alriddoch@zepler.org>

* AUTHORS: Update AUTHORS file to reflect the current maintainers.

* NEWS: Add new item for 0.6.3 release.

* varconf.spec.in: Remove BuildRequires as it doesn't have any real
requirements. Some cleanups.

2005-04-23 Al Riddoch <alriddoch@zepler.org>

* configure.ac, varconf-1.0.pc.in, varconf.spec.in: Remove
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-04-23 Al Riddoch <alriddoch@zepler.org>

* varconf 0.6.3 released.

2002-09-02 Al Riddoch <alriddoch@zepler.org>

* varconf 0.5.4 released.
Expand Down
5 changes: 2 additions & 3 deletions varconf.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Vendor: WorldForge
Distribution: Mason
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: libstdc++-devel

%description
@PACKAGE@ is a configuration system originally designed for the STAGE
Expand Down Expand Up @@ -53,12 +52,12 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_libdir}/lib*.so.*
%doc README COPYING AUTHORS THANKS NEWS ChangeLog TODO
%doc AUTHORS COPYING NEWS README THANKS ChangeLog

%files devel
%defattr(-,root,root)
%{_libdir}/lib*.so
%{_libdir}/lib*.la
%{_libdir}/lib*.a
%{_libdir}/pkgconfig/*
%{_includedir}/%{name}%{libsuffix}
%{_includedir}/*

0 comments on commit 6a76782

Please sign in to comment.