rpms/flickrnet/devel assemblyinfo.patch, NONE, 1.1 flickrnet.pc, NONE, 1.1 flickrnet.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Lange palango at fedoraproject.org
Tue Feb 24 21:57:41 UTC 2009


Author: palango

Update of /cvs/pkgs/rpms/flickrnet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2334/devel

Modified Files:
	.cvsignore sources 
Added Files:
	assemblyinfo.patch flickrnet.pc flickrnet.spec import.log 
Log Message:
* Mon Jan 12 2009 Paul Lange <palango at gmx.de> 2.1.5-1
- Initial packaging


assemblyinfo.patch:

--- NEW FILE assemblyinfo.patch ---
--- FlickrNet/AssemblyInfo.cs	2007-07-31 05:10:29.000000000 -0600
+++ FlickrNet/AssemblyInfo.cs	2009-01-26 16:27:07.000000000 -0700
@@ -30,7 +30,7 @@
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("2.1.5.*")]
+[assembly: AssemblyVersion("2.1.5.0")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 
@@ -61,10 +61,10 @@
 [assembly: AssemblyKeyName("")]
 
 #if !WindowsCE
-[assembly: AssemblyKeyFile("..\\..\\FlickrNet.snk")]
+[assembly: AssemblyKeyFile("FlickrNet.snk")]
 [assembly: AllowPartiallyTrustedCallers()]
 [assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)]
 #endif
 
 [assembly: CLSCompliantAttribute(true)]
-[assembly: ComVisible(false)]
\ No newline at end of file
+[assembly: ComVisible(false)]


--- NEW FILE flickrnet.pc ---
libdir=/usr/lib
assemblies_dir=\${libdir}/mono/flickrnet
Libraries=\${assemblies_dir}/FlickrNet.dll
 
Name: FlickrNet
Description: Flickr.Net API Library
Version: 2.1.5
Libs: -r:\${assemblies_dir}/FlickrNet.dll


--- NEW FILE flickrnet.spec ---
%define         debug_package %{nil}

Name:           flickrnet
Version:        2.1.5
Release:        1%{?dist}
Summary:        .NET library to interact with the Flickr API
Group:          Development/Libraries
License:        LGPLv2
URL:            http://www.codeplex.com/FlickrNet
#http://www.codeplex.com/FlickrNet/Release/ProjectReleases.aspx?ReleaseId=3420#ReleaseFiles
Source0:        FlickrNet-25207.zip
Source1:        flickrnet.pc
Patch0:         assemblyinfo.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  mono-devel

# Bug 241850 - no Mono on pp64
ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha

%description
The Flickr.Net API is a .NET Library for accessing the Flickr API. It can be 
accessed from with any .NET language.

%package devel
Summary:        Development files for Flickr.Net
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description devel
The Flickr.Net API is a .NET Library for accessing the Flickr API. It can be 
accessed from with any .NET language.

The %{name}-devel package contains development files for %{name}.

%prep
%setup -cn FlickrNet -q
cd FlickrNet
%patch0 -p1

%build
cd FlickrNet
gmcs -debug -target:library -out:FlickrNet.dll  -r:System.Web.dll -r:System.Drawing.dll *.cs

%install
rm -rf %{buildroot}
cd FlickrNet
gacutil -i FlickrNet.dll -package %{name} -root %{buildroot}%{_libdir}
install -m 0755 -d %{buildroot}%{_libdir}/pkgconfig
install -m 0644 -p %{SOURCE1} %{buildroot}%{_libdir}/pkgconfig/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_libdir}/mono/%{name}
%{_libdir}/mono/gac/FlickrNet

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Mon Jan 12 2009 Paul Lange <palango at gmx.de> 2.1.5-1
- Initial packaging (based on openSuse package)


--- NEW FILE import.log ---
flickrnet-2_1_5-1_fc10:HEAD:flickrnet-2.1.5-1.fc10.src.rpm:1235512563


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/flickrnet/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Feb 2009 21:11:29 -0000	1.1
+++ .cvsignore	24 Feb 2009 21:57:10 -0000	1.2
@@ -0,0 +1 @@
+FlickrNet-25207.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/flickrnet/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Feb 2009 21:11:29 -0000	1.1
+++ sources	24 Feb 2009 21:57:10 -0000	1.2
@@ -0,0 +1 @@
+d20fe0d25a3888300f21e5ad3895c141  FlickrNet-25207.zip




More information about the fedora-extras-commits mailing list