rpms/mingw32-physfs/devel import.log, NONE, 1.1 mingw32-physfs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Ploujnikov plouj at fedoraproject.org
Wed Mar 18 01:26:33 UTC 2009


Author: plouj

Update of /cvs/pkgs/rpms/mingw32-physfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27899/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mingw32-physfs.spec 
Log Message:
* Tue Mar 10 2009 Michael Ploujnikov <ploujj at gmail.com> - 1.0.1-11
- Initial mingw32-gcc release




--- NEW FILE import.log ---
mingw32-physfs-1_0_1-11_fc10:HEAD:mingw32-physfs-1.0.1-11.fc10.src.rpm:1237337909


--- NEW FILE mingw32-physfs.spec ---
%define __strip %{_mingw32_strip}
%define __objdump %{_mingw32_objdump}
%define _use_internal_dependency_generator 0
%define __find_requires %{_mingw32_findrequires}
%define __find_provides %{_mingw32_findprovides}

Name:		mingw32-physfs
Version:	1.0.1
Release:	11%{?dist}
License:	zlib
Group:		System Environment/Libraries
Summary:	MinGW Windows port of the PhysicsFS library
URL:		http://www.icculus.org/physfs/
Source0:	http://www.icculus.org/physfs/downloads/physfs-%{version}.tar.gz
BuildRoot:	%{_tmppath}/physfs-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	doxygen, zlib-devel, readline-devel
BuildRequires:  mingw32-filesystem >= 35
BuildRequires:  mingw32-gcc
BuildRequires:  mingw32-binutils
BuildRequires:  mingw32-dlfcn
BuildRequires:  mingw32-zlib

%description
PhysicsFS is a library to provide abstract access to various archives. It is
intended for use in video games, and the design was somewhat inspired by Quake 
3's file subsystem. The programmer defines a "write directory" on the physical 
filesystem. No file writing done through the PhysicsFS API can leave that 
write directory, for security. For example, an embedded scripting language 
cannot write outside of this path if it uses PhysFS for all of its I/O, which 
means that untrusted scripts can run more safely. Symbolic links can be 
disabled as well, for added safety. For file reading, the programmer lists 
directories and archives that form a "search path". Once the search path is 
defined, it becomes a single, transparent hierarchical filesystem. This makes 
for easy access to ZIP files in the same way as you access a file directly on 
the disk, and it makes it easy to ship a new archive that will override a 
previous archive on a per-file basis. Finally, PhysicsFS gives you 
platform-abstracted means to determine if CD-ROMs are available, the user's 
home directory, where in the real filesystem your program is running, etc.

%prep
%setup -q -n physfs-%{version}
mv CHANGELOG CHANGELOG.old
iconv -f ISO-8859-1 -t UTF-8 < CHANGELOG.old > CHANGELOG
mv CREDITS CREDITS.old
iconv -f ISO-8859-1 -t UTF-8 < CREDITS.old > CREDITS

%build
%{_mingw32_configure}
make %{?_smp_mflags}
doxygen

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

# Remove static libraries but DON'T remove *.dll.a files.
rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libphysfs.a
rm $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGELOG CREDITS LICENSE TODO
%{_mingw32_bindir}/i686-pc-mingw32-test_physfs.exe
%{_mingw32_bindir}/libphysfs-1-0-1.dll
%{_mingw32_libdir}/libphysfs.dll.a
%{_mingw32_includedir}/physfs.h

%changelog
* Tue Mar 10 2009 Michael Ploujnikov <ploujj at gmail.com> - 1.0.1-11
- Initial mingw32-gcc release

* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Thu Jan 15 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.1-9
- do not package the tex docs, the html docs are fine
- drop static lib to see if anyone misses it

* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0.1-8
- Autorebuild for GCC 4.3

* Mon Oct 29 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-7
- fix multilib conficts

* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-6
- fix license tag, rebuild for BuildID

* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-5
- bump for fc6

* Tue Mar  7 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-4
- resolve man page conflicts (bz #183705)

* Tue Feb 28 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-3
- bump for FC-5

* Fri Sep 23 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-2
- add docs for devel

* Fri Aug 19 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-physfs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Mar 2009 05:10:37 -0000	1.1
+++ .cvsignore	18 Mar 2009 01:26:02 -0000	1.2
@@ -0,0 +1 @@
+physfs-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-physfs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Mar 2009 05:10:37 -0000	1.1
+++ sources	18 Mar 2009 01:26:03 -0000	1.2
@@ -0,0 +1 @@
+9bab1ed6383958b8bc7db792c6989b01  physfs-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list